home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Leo / Horoscope Companion: Leo.iso / pc / leo / ec.dir / Internal_7.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  243 b   |  15 lines

  1. on mouseDown
  2.   if hButtonAction01() then
  3.     mouseUp()
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   global gSurpriseSpriteNum
  9.   cursor(4)
  10.   hCheckCurrentFrameLabel()
  11.   hDefaultScrollText()
  12.   set the visible of sprite gSurpriseSpriteNum to 1
  13.   hPlayReturn()
  14. end
  15.